Namespaces

Types in FluentNHibernate.Mapping

Type SubclassMap<T>

Namespace FluentNHibernate.Mapping

Parent ClasslikeMapBase<T>

Interfaces IIndeterminateSubclassMappingProvider

Defines a mapping for an entity subclass. Derive from this class to create a mapping, and use the constructor to control how your entity is persisted.

Methods

Properties

Public instance methods

void Subclass<TSubclass>(Action<SubclassMap<TSubclass>> subclassDefinition)

Public properties

Type EntityType get;

SubclassMap<T> Not get;

Inverts the next boolean setting